Rmisc/[tmp]convert.f.to.p.R

#' @export
convert.f.to.p <- function(f, df1, df2, lower.tail=FALSE) {
  return(2*stats::pf(f, df1, df2, lower.tail=lower.tail));
}
wviechtb/escalc documentation built on Jan. 9, 2020, 4:14 p.m.